home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / general / raytrace / rayshade / ryshd40n.lha / Examples / planet2.ray < prev    next >
Text File  |  1992-09-20  |  303b  |  27 lines

  1. # 1 "planet.ray"
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11. screen 320 400
  12. fov 45 34
  13. light 1.0 0.9 0.8 directional 1. -1. 1.
  14. eyep 0. -4. 0.
  15. sphere  ambient .06 .05 .04
  16.     diffuse .9 .85 .8
  17.     1.0 0 0 0
  18.     texture image worldmap.mtv
  19. /*    texture fbm     0.         
  20.             1.         
  21.             0.3         
  22.             2.      
  23.                 6          
  24.             -.2         
  25.             planet.map      
  26.         scale 0.7 0.7 0.7 */
  27.